home *** CD-ROM | disk | FTP | other *** search
/ Disney's Chicken Little …e) (Electronic Press Kit) / Disney's Chicken Little (Europe) (Electronic Press Kit).bin / bv_cl_menu_no.swf / scripts / frame_3 / DoAction.as
Text File  |  2005-09-21  |  95b  |  10 lines

  1. if(percent >= 100)
  2. {
  3.    gotoAndStop("base");
  4.    play();
  5. }
  6. else
  7. {
  8.    gotoAndPlay(2);
  9. }
  10.